-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change CI Runners #1630
Change CI Runners #1630
Conversation
@cmichi @HCastano @ascjones @SkymanOne In theory there should be no difference between new runners and old runners because everything executes in docker and the environment is the same. |
I believe #1642 will fix this: hope to get it merged soon. |
The reason it is failing is because some other test/process is running in parallel using the
It means that sometimes another transaction for Having said that, it doesn't explain why it is happening now and not previously. However, whatever the cause of the interference with the running |
bot rebase |
2c9126c
to
8a6167b
Compare
Codecov Report
@@ Coverage Diff @@
## master #1630 +/- ##
===========================================
+ Coverage 45.92% 70.66% +24.74%
===========================================
Files 206 206
Lines 6393 6406 +13
===========================================
+ Hits 2936 4527 +1591
+ Misses 3457 1879 -1578
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ascjones now it works, thank you |
PR changes ci runners for dynamically created ones
cc https://github.com/paritytech/ci_cd/issues/730